home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000176_news@columbia.edu _Mon Aug 12 16:08:39 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id QAA05427 for <kermit.misc@watsun.cc.columbia.edu>; Mon, 12 Aug 1996 16:08:39 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id QAA23665 for kermit.misc@watsun; Mon, 12 Aug 1996 16:08:37 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: MS-DOS Kermit 3.15 Second Test Version
  8. Date: 12 Aug 1996 20:08:16 GMT
  9. Organization: Columbia University
  10. Lines: 43
  11. Message-ID: <4uo2vg$30m@apakabar.cc.columbia.edu>
  12. NNTP-Posting-Host: watsun.cc.columbia.edu
  13.  
  14.  
  15. As always, from Joe Doupnik of Utah State University:
  16.  
  17. Corrections to reported bugs in the first test version:
  18.  o STOP <digit> string now properly displays the string.  The DIAL command
  19.    uses this syntax when the dialing script is not found.
  20.  o SET PROMPT allows \numbers again.
  21.  o INPUT <timeout> single-byte no longer hangs in an infinite loop.
  22.  o MINPUT <timeout> {string} {another string} ... 
  23.    now properly recognizes each string.
  24.  o \v(minput) now properly reports the index of the string matched by MINPUT.
  25.  o Loss of modem Carrier Detect may now be recognized promptly during file 
  26.    transfers, but the changes are untested.  Probably more work is needed.
  27.  o \$(DOS Environment variable) now finds both uppercase and lower case
  28.    variables, but not mixed case variables.  Windows 3.1x creates variable
  29.    "windir" in lower case, as can be observed within the DOS box, so this is
  30.    a way for MS-DOS Kermit to check whether it is running under Windows 3.x.
  31.  
  32. Additional features:
  33.  o \fchecksum(string) yields the decimal value of the 32-bit unsigned sum
  34.    of the code values of each byte in string, e.g. \fcheck(ABCD) = 266.
  35.  o SET TCP ADDRESS has new option, DHCP, as a synomym for BOOTP.
  36.  o SET TCP ADDRESS DHCP or BOOTP  both try DHCP negotiation and accept
  37.    the first response of possibly many, whether DHCP or Bootp responses.
  38.    Special note for users of Novell's DHCPSRVR.NLM server v2.0: 
  39.    use  SET TCP BROADCAST 255.255.255.255  to avoid a bug in that server
  40.    which is triggered by using a directed broadcast address.
  41.  
  42. Question on a requested enhancement:
  43.    TCP/IP SOCKS support requires a choice of authentication mechanism.
  44.    People asking for SOCKS support need to tell us which mechanism they 
  45.    require since one needs to be written into the code. The two choices are
  46.    no authentication and plaintext username/password, neither of which
  47.    provides any security, and the latter is a big security hole.
  48.  
  49. It's available via anonymous ftp to kermit.columbia.edu, directory
  50. kermit/test/bin, binary mode, file msk315.zip.  The ZIP file contains
  51. two files, the binary executable program MSK315.EXE, and a short plain-text
  52. document, MSK315.DOC, describing the changes since version 3.14.
  53.  
  54. Please send bug reports and SOCKS suggestions by email to kermit@columbia.edu.
  55.  
  56. - Frank